Helm Charts On Clusters
Deploy Helm charts to your Cluster
- Go to the Marketplace section within your cluster and click Add Marketplace.

This will redirect you to the marketplace module where you can browse and choose from a variety of Helm charts to deploy.


Deploy a Helm Chart
Once you select and deploy a Helm chart, you will be redirected back to Cluster > Marketplace, where you can monitor the chart's deployment status.
For example, in the above screenshot, the Airflow chart is successfully deployed.

Here are the stages associated with helm chart deployment -
Status | Description |
---|---|
DEPLOY_FAILED | Deployment of the chart failed |
DELETE_FAILED | Deletion of the chart failed |
DEPLOYING | The helm chart is deploying |
DEPLOYED | The helm chart has been deployed |
DELETING | The helm chart is being deleted |
Manage Helm Charts
Perform CRUD Operations
Create: Deploy a Helm chart to your cluster.
Edit: Modify the Helm chart, including editing the values.yaml file.

View Helm Chart Events
You can also view the events of the Helm chart deployment.

Check Pod Status
Keep track of the status of pods associated with the Helm chart.

Delete a Helm Chart
To delete a Helm chart, simply click the bin icon at the top right corner of the chart you want to remove.
